home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / mbdoor18.zip / README < prev   
Text File  |  1992-10-15  |  3KB  |  101 lines

  1. rem  MB-DOOR will work using with the system file produced by a
  2. rem  variety of BBS's.  Always use the name of the system file
  3. rem  (pcboard.sys, door.sys, callinfo.bbs, dorinfox.sys, or
  4. rem  chain.txt) as the first parameter when starting the program:
  5. rem
  6. rem      MB-DOOR  C:\PCB\PCBOARD.SYS
  7. rem
  8. rem  NOTE ON NONSTANDARD COM PORT ADDRESSES: If you are using COM 3
  9. rem  or higher, then you will need to specify a nonstandard port
  10. rem  address and IRQ.  The syntax is PORT:AAAA:A where AAAA is the
  11. rem  base address and A is the IRQ.
  12. rem
  13. rem      MB-DOOR  PCBOARD.SYS  PORT:02F8:3
  14. rem
  15. rem  Please modify this file to bring up the program for whichever
  16. rem  BBS you are running, and remove the REM statements.
  17.  
  18. ------------  FOR PCBOARD.SYS & PC-BOARDSYSTEMS---------------------------
  19. c:
  20. cd \pcb\doors\mb-door
  21. mb-door c:\pcb\pcboard.sys
  22. c:
  23. cd \pcb
  24. board
  25.  
  26. ------------  OR FOR DOOR.SYS & GAP SYSTEMS-------------------------------
  27. c:
  28. cd \pcb\doors\mb-door
  29. mb-door c:\pcb\door.sys
  30. c:
  31. cd \pcb
  32. board
  33.  
  34. ------------  OR FOR RBBS, QUICKBBS, REMOTE ACCESS and DORINFOx.DEF ------
  35. c:
  36. cd \rbbs\doors\mb-door
  37. mb-door c:\rbbs\dorinfo1.def
  38. c:
  39. cd \rbbs
  40. rbbs
  41.  
  42. ------------  OR  FOR WILDCAT Systems ------------------------------------
  43. c:
  44. cd \wc\doors\mb-door
  45. mb-door c:\wc\callinfo.bbs
  46. c:
  47. cd \wc
  48. wildcat!
  49.  
  50. ------------  OR FOR WWIV SYSTEMS ----------------------------------------
  51. c:
  52. cd \doors\mb-door
  53. mb-door chain.txt
  54. c:
  55. cd \bbs
  56. board
  57.  
  58. ------------  OR FOR FOSSIL DRIVEN SYSTEM --------------------------------
  59. c:
  60. cd \rbbs\doors\mb-door
  61. mb-door c:\rbbs\dorinfo1.def  port:f:1  <- Fossil port to use
  62. c:
  63. cd \rbbs
  64. rbbs
  65.  
  66. ------------  OR FOR DIGIBOARD INTELLIGENT ASYNC SYSTEMS -----------------
  67. c:
  68. cd \rbbs\doors\mb-door
  69. mb-door c:\wc\callinfo.bbs port:d:5  <- Digiboard channel to use
  70. c:
  71. cd \rbbs
  72. rbbs
  73.  
  74. ------------  OR FOR ANY BBS System  -------------------------------------
  75.  
  76. rem    You can create a file called GENERIC.SYS to allow the program on
  77. rem    ANY BBS system.  The GENERIC.SYS file is a standard ASCII file
  78. rem    and contains 3 lines, each followed by a carriage return, line
  79. rem    feed. The format is:
  80. rem
  81. rem        line 1  -  The BBS operator's name.
  82. rem        line 2  -  The COM port in use.
  83. rem        line 3  -  Time allowed in door.
  84. rem
  85. rem    When GENERIC.SYS is used, the program will ask the user for
  86. rem    his/her first and last names before opening the door.  After the
  87. rem    user inputs their name, the door will continue to load and run.
  88. rem
  89. rem    Below is an example GENERIC.SYS file:
  90. rem
  91. rem        Fred  <- Sysop Name
  92. rem        COM1: <- Com port
  93. rem        50    <- Number of minutes allowed
  94.  
  95. c:
  96. cd \doors\ckitdemo
  97. ckitdemo generic.sys
  98. c:
  99. cd \bbs
  100. board
  101.